type net/http.http2Setting
16 uses
net/http (current package)
h2_bundle.go#L2181: func (f *http2SettingsFrame) Setting(i int) http2Setting {
h2_bundle.go#L2183: return http2Setting{
h2_bundle.go#L2224: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
h2_bundle.go#L2239: func (f *http2Framer) WriteSettings(settings ...http2Setting) error {
h2_bundle.go#L3064: f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L3427: type http2Setting struct {
h2_bundle.go#L3436: func (s http2Setting) String() string {
h2_bundle.go#L3441: func (s http2Setting) Valid() error {
h2_bundle.go#L5574: func (sc *http2serverConn) processSetting(s http2Setting) error {
h2_bundle.go#L7976: initialSettings := []http2Setting{
h2_bundle.go#L7981: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxFrameSize, Val: max})
h2_bundle.go#L7984: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L7987: initialSettings = append(initialSettings, http2Setting{ID: http2SettingHeaderTableSize, Val: maxHeaderTableSize})
h2_bundle.go#L10066: err := f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L10534: type http2writeSettings []http2Setting
h2_bundle.go#L10543: return ctx.Framer().WriteSettings([]http2Setting(s)...)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |